'宣言 Public Overloads Function CheckedIndexes( _ ByVal ParamArray value() As System.Integer _ ) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> CheckedIndexes( params System.int[] value )
パラメータ
- value
- The value
戻り値の型
Current builder
'宣言 Public Overloads Function CheckedIndexes( _ ByVal ParamArray value() As System.Integer _ ) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> CheckedIndexes( params System.int[] value )